Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
search_engine_ranker:script_manual [2021-12-08 16:14] – [Variables usable in SETUP and STEP Section] svensearch_engine_ranker:script_manual [2022-11-17 07:20] – [Data Extraction] sven
Line 282: Line 282:
 |reverse|When using //reverse=1// then it will reverse the result turning //123// into //321//.| |reverse|When using //reverse=1// then it will reverse the result turning //123// into //321//.|
 |base64|using //base64=1// would encode the result to base64 content.| |base64|using //base64=1// would encode the result to base64 content.|
 +|all matches\\ delimiter|When using //all matches=1// together with //delimiter=,// you can join all found matches into one single string joined with the character defined in //delimiter//.| 
 ===== A Small Example ===== ===== A Small Example =====