Differences

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

Link to this comparison view

ppl:functions:stripstr [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:stripstr [2024/03/27 15:58] (current) stimpy
Line 1: Line 1:
 ====== STRIPSTR(str:bigstr, search:string) :BIGSTR ====== ====== STRIPSTR(str:bigstr, search:string) :BIGSTR ======
-Functions just like the Strip function except that a complete sub-string may be specified for search  +Functions just like the [[ppl:functions:strip|Strip]] function except that a complete sub-string may be specified for search  
  
-       str is the string to work on   +| **str** | The string to work on | 
-       search is the string to search for  +| **search** | The string to search for |
  
-**See also:** Strip, StripAtx+--- 
 +**See also:** [[ppl:functions:strip|Strip]][[ppl:functions:stripatx|StripAtx]]