#String pattern matching inside map pattern matching

2 messages · Page 1 of 1 (latest)

outer geyser
#

Ey Elixir gurues, there is any hack or way to pattern match an string many times? May I use regex instead?

IE:

string = "name:jhon#lastname:doe"
"name:"<>name"#lastname:"<>lastname
long topaz
#

No, it is not possible