<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div>
   Hi @all,
  </div>
  <div>
   <br>
  </div>
  <div>
   i want to extract only numbers from a point name.
  </div>
  <div>
   For example name="Knoten 123" -> name="123".
  </div>
  <div>
   If there is a numer, i want to set knotenpunkt=ja, if there is no number, i want to set knotenpunkt=nein
  </div>
  <div>
   <br>
  </div>
  <div>
   Is that possible? Thanks for help
  </div>
  <div>
   <br>
  </div>
  <div>
   Greetz
  </div>
  <div>
   Arndt
  </div> 
 </body>
</html>