Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Here's regexp you can use to find any language array (aka part number) which doesn't support English:
- ("languages": \[\n((?!\])[\S\s])*\])
- Here's a similar regex to find all language arrays:
- ("languages": \[\n((?!\]|("eng"))[\S\s])*\])
Advertisement
Add Comment
Please, Sign In to add comment