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 All Spaces and All Carriage Returns From HTML Field

Featured Replies

I have a filemaker solution that extracts website html from different sites and puts them into a field and it would be SO much easier to use the html in that field if all the spaces and carriage returns throughout the field were gone, I've tried like the trim4 custom function, but couldn't make it work. Any suggestions, I've attached a sample file below.

SampleB.fp7.zip

Removing all spaces and carriage returns in a field is very easy; however I am not sure that is really what you want, as it will also change:

Frigidaire FPES3085KF Professional 30 Slide-In Electric Range - Stainless Steel

into:

FrigidaireFPES3085KFProfessional30Slide-InElectricRange-StainlessSteel

  • Author

Actually is that is exactly what I want. No spaces at all

Actually is that is exactly what I want. No spaces at all

Well, then =

Substitute ( HTML ; [ " " ; "" ] ; [ ¶ ; "" ] ; [ Char (10) ; "" ] )

should work for you.

Well, then =

Substitute ( HTML ; [ " " ; "" ] ; [ ¶ ; "" ] ; [ Char (10) ; "" ] )

should work for you.

I'm not sure this will eliminate double (or triple) spaces so the TRIMALL function might be useful if you think this might occur.

Substitute ( trimALL(HTML,1,3) ; [ ¶ ; "" ] ; [ Char (10) ; "" ])

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.