StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Rodney  
#1 Posted : Tuesday, May 12, 2020 8:08:22 PM(UTC)
Rodney

Rank: Newbie

Reputation:

Groups: Approved
Joined: 3/6/2020(UTC)
Posts: 2

Hello all!

[img=https://imgur.com/a/SdCRo9h]modules[/img]

I want to do this because I want the same settings for Chrome and Firefox.
Rob  
#2 Posted : Tuesday, May 12, 2020 8:39:10 PM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,349
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 416 time(s) in 354 post(s)
Leave the Use Regex box checked as you have it, and use this in the text box:

Code:
chrome\.exe|firefox\.exe


"\." escapes the "." since a "." in regex means any single character, where "\." says we want to match on a period.

The "|" (pipe) creates an alternation (this OR that).

Check out RegExLib for help with Regex (Regular Expressions).
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.