90301 / TextReplace

This is a utility for programmatic text replacement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace In / Find First or Last or Xth

90301 opened this issue · comments

  • Replace In

Replace In

ReplaceIn ( BRACKET_L , BRACKET_R , FIND , REPLACE )

---- EX
ReplaceIn ( BRACKET_L , BRACKET_R , Stuff ,  )

The text is ( In Stuff )
The text is ( In )

  • Replace Xth
    Options: FIRST, LAST, X

if it can't get to the Xth it doesn't replace.

This goes Line By Line

ReplaceXth( Find , Replace , FIRST/LAST/Xth)