Regular Expressions 101

Community Patterns

Parsing the response of an oauth provider for token and session

1

Regular Expression
PCRE (PHP <7.3)

/
oauth_token=(?P<oauth_token>.*?)&portlet_session=(?P<portlet_session>.*?)
/

Description

no description available

Submitted by anonymous - 9 years ago