|
|
Browse by Tags
All Tags » uncommon
-
Hi,
We have a control system, which sends automated messages in the following syntax:
##TO admin, user1, user2
message1
##TO user2, user4
message2
##TO user5
message3
I think the syntax is obvious. From this message I need to create as many messages as many different users are after the ##TO fields. In this case ...
-
Hi,
Anybody out there, I'd be immensly greatful if you helped me fix one regular expressions of mine.
Basically I've written a regular expression in PHP identifying a pattern of a certain type of URL
REGEX: /(http\:\/\/dx\.doi\.org\/.*?)(\s|$|;|>)/
it will catch strings of URLs from the 'http://dx.doi.org/' domain, looking ...
|
|
|