Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

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.

remove text calc up to a period but with numbers

Featured Replies

Hello I am trying to parce data from a web site.

There is always a number value immediately followed by a period. I am trying to delete that data and leave the rest.

ex.

[color:red]

12. the cardinal ( I need) the cardinal

[color:red]156. the baseball ( I need) the baseball

There is always at least 2 but up to 5 numbers followed by a period. I am just trying to find a calculation to get rid of the number value and the period but it is not always the same number of digits. I could use the help - Thanks

You can use Right or Middle.

If there is only one period then you can try something like:

Right ( field; Length ( field ) - Position ( field; "." ; 1 ; 1 ) )

  • Author

thanks that seems to work but there is a space between the period and the following word which needs to go as well.

Wrap it with a trim () then.

If there's always a space following the period, you can use:

Right ( field ; Length ( field ) - Position ( field ; ". " ; 1 ; 1 ) - 1 )

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

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.