Jump to content

I want anwer about "StringRegExp" Function, How does split a string?


Recommended Posts

How does split a string by StringRegExp Function?

Ex:

Msgbox (64, "Example '1'", 'This is example "1"', 5)

I want use "StringRegExp" to split string into $Example array

$Array[0] = "Msgbox"
$Array[1] = "64"
$Array[2] = "Example '1'"
$Array[3] = 'This is example "1"'
$Array[4] = "64"
$Array[5] = "5"

Thank much

Edited by Helomotorola
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...