90301 / TextReplace

This is a utility for programmatic text replacement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace After Word

90301 opened this issue · comments

Find a "word" using defined delimiters, then either add or replace the text before / after that "word"

Examples

ReplaceAfterWord(@Toast , AFTER , ADD , LEFT_PARENTHESIS , SPACE COMMA / )
---
Love/@Toast
---
Love/@Toast)

ReplaceAfterWord(@Toast , BEFORE , ADD , LEFT_PARENTHESIS , SPACE COMMA / )
---
Love/@Toast
---
Love/)@Toast)