AniAdd: Difference between revisions

Jump to navigation Jump to search
Line 280: Line 280:
Look up the <tt>repl</tt> function in the Predefined Functions section.
Look up the <tt>repl</tt> function in the Predefined Functions section.
If you don't feel like learning a bit regex (the seconds parameter),
If you don't feel like learning a bit regex (the seconds parameter),
every character within the <tt>[]</tt> brackets is replaced by the third parameter.
every character within the <tt>[]</tt> brackets are replaced by the third parameter.


=== Piecing everything together ===
=== Piecing everything together ===