Skip to content
⌂

Tag: regex

Working with Regular Expressions in Perl

December 2009October 2017 John

Matching with Regular Expressions (Regex) Modifiers /i # case insensitive /s # match any character, regardless of newlines /x # ignore whitespace. Example, to match floating point numbers: -? # optional minus sign \d+ # one or more digits \.? # optional decimal point \d* # zero or more optional digits after decimal point /x […]

Posted in BlogsTagged perl, regex, scripting

Recent Posts

  • Network Security Public Key Cryptography
  • Network Security – TCP IP Attacks
  • Link Layer Security
  • Network Security Cryptography Hash MAC
  • Logistic Regression, Support Vector Machines, and Kernel SVM
  • Search and Optimization in Machine Learning
  • Logistic Regression and Support Vector Machines
  • Nearest Neighbor Methods
  • Predictive Modeling in Data Mining: Concepts, Mathematics, and Practical Implications
  • Naive Bayes Classifiers
  • Exploratory Data Analysis (EDA)
  • Linear Algebra for Data: Vectors, Matrices, Eigenvalues, SVD, and Distance Measures
  • Foundations of Data Mining
  • Foundations of Probability and Statistics for Data Mining
  • Cryptography in Real-World Applications
  • Public Key Cryptography Foundations
  • Mathematical Foundations and Basic Concepts of Cryptography

Archived Posts

  • Blogs
  • Projects

Tags

.net .net core ai angular app service architecture aws azure best practices book cloud coding cybersecurity database data management design patterns devops docker dynamodb identity javascript lambda logic machine learning math microservices networking nosql ocsmp perl programming project management python scripting security serverless sql storage sysml system engineering system modeling unit testing visual studio web web-api

© 2026 solidfish

LinkedIn
↑