php - REGEX Capture the EURO Sign -


how can capture after total payout: ->capture<- ignore numbers

confirmation code:   payout:  €66 x 7 nights: €461 airbnb service fee: -€17 total payout: €444 

live example:

use \k or lookbehind.

\btotal payout:\s*\k.+ 

Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -