Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

wolfh3art

Member
  • Joined

  • Last visited

  • Country

    Portugal
  1. thanks to all for the examples, this is what i was looking for ("kb[0-9]{6}.exe"). I was using complex syntax and vbscript also uses simple... like this one. Dim objRegExp Set objRegExp = New RegExp objRegExp.Pattern = "kb[0-9]{6}.exe" objRegExp.IgnoreCase = False Dim strVariable 'strVariable = "kb987653.exe" strVariable = "kb98763.exe" If objRegExp.Test( strVariable ) Then wscript.echo "Correct File" else wscript.echo "InCorrect File" End If
  2. hi, Could someone help me discover the RegExp for KB1234567.exe I want to check if the first 2 chars are "KB", the following 6 chars are between [0-9] and the last four are ".exe". I only discovery how to check in the beginning or in the end, i don't know how to make the 3 conditions. Sorry my english, thanks
  3. I think i can awnser this one.... Just FOR FUN!!!!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.