Jump to content

What is the php regular expression to get everything before a certain character?


zerugaze

Recommended Posts

For instance, I have the following string:

 

table:column

 

I need to get "table" as the result of the php regular expression.

 

So, I need everything before the ":" symbol

 

After that regular expression is performed, I would also like to get everything after the ":" symbol, or "column" as well.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.