Actions

%sscan: Difference between revisions

From Zenitel Wiki

No edit summary
 
No edit summary
Line 8: Line 8:


Example: Check if EDI text has the string “connect”
Example: Check if EDI text has the string “connect”
  If %sscan(%edi,connect)
  If %strlen(%sscan(%edi,connect))
   ...   
   ...   
  Endif  
  Endif  

Revision as of 14:37, 5 May 2010

Event_Handler macro - Extract substring by text scan

Format: %sscan(string, search-string)

  • Scan for search-string, extract rest of string after first match
  • Returns empty string if search-string not found
  • Useful for parsing External_Data_Input.

Example: Check if EDI text has the string “connect”

If %strlen(%sscan(%edi,connect))
  ...  
Endif 


Back to Event_Handler#List_of_macros.

MediaWiki spam blocked by CleanTalk.