/    Sign up×
Community /Pin to ProfileBookmark

How do I search a string for "^"?

ereg(“^“,$firstTerm,$regs)

That doesn’t work. I think it’s because ^ is a regular expressions of some kind.

Any quick fix?

Thanks

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@chadypuDec 06.2003 — uhhh i dont see what would be wrong with that... you could try ^...

maybe its the rest of your code thats not working?

edit-i guess he got it working
Copy linkTweet thisAlerts:
@mg8authorDec 06.2003 — Thanks chady :x
Copy linkTweet thisAlerts:
@pyroDec 06.2003 — Yes, if you need the regex engine to interpret a special character as a literal, you just escape it with a backslash. One thing I would recommend though - use [url=http://us3.php.net/manual/en/ref.pcre.php]PCRE[/url] instead of [url=http://us3.php.net/manual/en/ref.regex.php]POSIX[/url] regex. Perl compatible regex are much more powerful than POSIX extended.
×

Success!

Help @mg8 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...