Normalized whitespace can work with numbers?

I tried to use standardized spaces to get the spacing between a Word and a number and I realize it only works for the inter-mot spacing.  For example:

NET45

NET 45

Is there a way to do this without doing replacement treatment?

Normalize white space is simply not the right choice.

Best option is to replace Regex (configured as below), or you can use model turn if you have a small number of models to deal with. Another alternative is the use of Parse, but it's something of a sledgehammer to crack a nut in this case.

Configuration of Regex replacement:

Regular expression: (\D)? (\d+) (\D?)

Replace with: $1 $ 2 $3

You may need to normalize Whitespace then according to your needs.

Tags: Fusion Middleware

Similar Questions

Maybe you are looking for

  • Range Airport Express

    My airport express can extend the WiFi on the floor of the House, now is no more. I had a few problems of the internet with IPV6 from December to March, and recently again, ever since all this my wifi had no signal on the floor. All of my equipment i

  • How to reduce the TouchPad sensitivity?

    I have windows 8 and the sensitivity of the touchpad is set too high on my laptop.  I can't find the info to change anywhere. I can find it for windows 7, but for some reason any, it is not the same for Windows 8 and so far, I have no chance to find

  • Auto tone DEVELOPMENT

    Hello recently when I pass with a photo of the library mode to development mode the picture is immediately processed by lightroom with auto button whereas before I did it manually. I can't remove this setting.

  • recovery partition files

    I am owner of laptops HP 4 and I'm so happy that I do because an infected virius my main computer and the only way to restore it was with the recovery partition, but know not I can only find 1 file microsoft word and all my mail is gone, although pie

  • Excerpt from XMLType problem with different namespaces

    HelloI need some advice on how to extract the child element to the XML fragment where the parent namespace differs child name space. I have done the broad research and I've tried several options but have had no success.This is fragment plsql samplevT