Using REGEX with Java to parse a single line -


I'm growing up through Arijiiaks issues, I am surprised at the proposed solutions by the people. Ways to use Rigaks I would never have imagined the amazing work people

I think that there are many blocks that look like a file:

  STID = KATL STNM = 722,190 t = 141101/2000 slat = 33.62 Slon = - 84.35 SELV = 269.0 STIM = 35 show = 12.05 LIFT = 13.39 SWET = 144.43 KINX = 3.80 LCLP = 857.43 PWAT = 9.38 Totl = 36.21 Cape = 0.00 LCLT = 270.62 Scenes = 0.00 EQLV = -9999 .00 LFCT = -9999 .00 BRCH = 0.00 PRES TMPC TMWC DWPC thte DRCT SKNT Omeg CFRL HGHT 981,70 8,14 4,27 -0,68 293,47 325,20 19,41 0,10,00 289,15  

and I need only pars out:

  STID = KATL STNM = 722190 time = 141101/2000  

I have included Arijiiaks the demo I am for your reference, I use it:

  STID = [AZ] {4} STNM = [0-9] * TIME = [0-9] * / [0- 9]  

  STID * = * [AZ] {4} * STNM * = [0-9] * * time * = * [0- 9] * / [0-9] *  

thanks to @anubhava


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -