Regular expressions (regex) provide a pattern matching scheme you can use to search and, optionally manipulate, a string. Although regex has been around for almost 50 years, it is often either completely ignored or relegated to the "will learn later" pile by many programmers. This article, the first in a series, introduces you to using regular expressions with ASNA Visual RPG.
Learning to use regular expressions with ASNA Visual RPG
Using regular expression character classes and quantifiers Unidad 2
This article shows how to use regular expression character classes and quantifiers with ASNA Visual RPG. This is part 2 in a series.