Parse or Flag data
(see also String Manipulation Tutorial at Learning Syntax page)
- Extract bits from an integer
- Extract portion of string
- Extract portion of string starting with a digit
- Extract Zip code from address field
- Extract two numbers from as tring
- Flag if last characters of string are 'Esq'
- Parse a string into one letter per variable
- Parse comma separated numbers
- Parse data separated by slashes
- Parse domain name from email addresses
- Parse comma separated strings then autorecode results
- Parsing a variable which has embedded line feeds
- Remove letter at end of string and convert remaining string to a number
- Splita string variable into plaintiff and defendant portions
- String variable contains items separated by a slash
- Weed out letters in a string and create a number with remaining digits
Related pages
...