90301 / TextReplace

This is a utility for programmatic text replacement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Line Instance Count

90301 opened this issue · comments

LineMatchCount function:

  • Text to match
  • Min number of instances per line
  • [Optional] > or <

If a match is found:
Return the line.

Possibly add another that counts the instances per line and returns the count.

Ex:
LineMatchCount( [ , 2 )
this[1][2] <---- would trigger
this[1] <----- would not trigger