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

  • SNI Side-Channel Attack – Traffic Inference, Prediction, and ECH Mitigation
  • TLS and VPN Tunneling: Strong Encryption, Real-World Gaps, and Metadata Exposure
  • DNS Security – Cache Poisoning, Resolver Weaknesses, and Hardening
  • Cryptography, Symmetric Ciphers and PKI
  • Packet-Level Foundations and Active Network Attacks
  • 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

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
↑