Posts by Angela • 31 points
1 post
-
2
votes1
answer87
viewsQ: Regex with lookbehind does not work in Firefox
I created an Angular project and am using the following regular expression: export const INTERFACE_REGEX = new RegExp(/(?<=.*\/)(.*?)(?=@|-.+)/gi); It happens that when using Goggle Chrome the…