Jump to content
UBot Underground

Search the Community

Showing results for tags 'alphabetic characters'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. I am pulling in a string from a table and attempting to look at a text string to identify if it starts with an alphabetic character (i.e. A-Z), and if it does I want to insert a space (i.e. " "). I was attempting to do this with a regular expression, but I must be missing something, below is a snippet of the code I am using. I think I must be missing something in how I am attempting to identify the alphabetic characters. Any help would be greatly appreciated. set(#SomeTextString, $table cell(&SomeTable, #SpecificRecord, 4), "Global") set(#1stLetterSomeTextString, $substring
×
×
  • Create New...