User Tools

Site Tools


syntax:functions:keepafter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
syntax:functions:keepafter [2015/02/02 21:53] – created dmitrysyntax:functions:keepafter [2015/04/03 18:27] elenap
Line 1: Line 1:
 ====== KeepAfter(text, string) ====== ====== KeepAfter(text, string) ======
  
-Returns characters after first occurrence of //string// in //text//. Case-sensitive. Parameter //string// must be not empty.+Returns characters after the first occurrence of specific //string// in //text//. Parameter //string// must not be empty
 +This function is case-sensitive
  
 ^  Example  ^  Result  ^ ^  Example  ^  Result  ^
-|  KeepAfter( 'New york', 'y' )  |  ork  |+|  KeepAfter( 'New York', 'Y' )  |  ork  | 
 +|  keepafter( 'Food&Beverage', '&' )  |  Beverage 
 + 
 +=== See also === 
 +  * [[syntax:functions:keepbefore]] 
 +  * [[syntax:functions:removeend]]
syntax/functions/keepafter.txt · Last modified: 2021/12/23 05:35 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki