diff --git a/packages/README.md b/packages/README.md
index 107692b..5733e26 100644
--- a/packages/README.md
+++ b/packages/README.md
@@ -86,7 +86,7 @@ SHA256 digest for macroArray: F*3F3893F1FCD78719543703E4353F4CC19811D247C016F220
---
-- **BasePlus**\[1.42.1\] adds a bunch of functionalities I am missing in BASE SAS, such as:
+- **BasePlus**\[1.43.0\] adds a bunch of functionalities I am missing in BASE SAS, such as:
```sas
call arrMissToRight(myArray);
call arrFillMiss(17, myArray);
@@ -116,7 +116,7 @@ format x bool.;
%put %monthShift(2023,1,-5);
```
-SHA256 digest for BasePlus: F*2129F372D72A34A4FB1F368A581EA33D64AD4D8F3707213D5B9553F3C3122003
+SHA256 digest for BasePlus: F*68BB953CD732EB43119A3339656670292317FE1C3B764EC57484C7D5C9DF23EB
[Documentation for BasePlus](https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/baseplus.md "Documentation for BasePlus")
diff --git a/packages/SHA256_for_packages.txt b/packages/SHA256_for_packages.txt
index 0f3b25d..c49c4d2 100644
--- a/packages/SHA256_for_packages.txt
+++ b/packages/SHA256_for_packages.txt
@@ -1,7 +1,10 @@
-/* 202406719 */
+/* 20240722 */
+BasePlus: F*68BB953CD732EB43119A3339656670292317FE1C3B764EC57484C7D5C9DF23EB
+
+/* 20240719 */
BasePlus: F*2129F372D72A34A4FB1F368A581EA33D64AD4D8F3707213D5B9553F3C3122003
-/* 202406710 */
+/* 20240710 */
BasePlus: F*6012D1475AE22A4445C032D8EAE092BE515D8CD2AE390CC087F5987ACB8BCB13
/* 20240609 */
diff --git a/packages/baseplus.md b/packages/baseplus.md
index b41b945..fd2b3f0 100644
--- a/packages/baseplus.md
+++ b/packages/baseplus.md
@@ -9,22 +9,22 @@
### Version information:
- Package: BasePlus
-- Version: 1.42.1
-- Generated: 2024-07-19T10:19:18
+- Version: 1.43.0
+- Generated: 2024-07-22T08:50:35
- Author(s): Bartosz Jablonski (yabwon@gmail.com), Quentin McMullen (qmcmullen@gmail.com)
- Maintainer(s): Bartosz Jablonski (yabwon@gmail.com)
- License: MIT
-- File SHA256: `F*2129F372D72A34A4FB1F368A581EA33D64AD4D8F3707213D5B9553F3C3122003` for this version
-- Content SHA256: `C*565555B57455548ABAFB1E30A77C9BEE008F601697300B01518FD05A97A1F9F9` for this version
+- File SHA256: `F*68BB953CD732EB43119A3339656670292317FE1C3B764EC57484C7D5C9DF23EB` for this version
+- Content SHA256: `C*7436BD6446CDA2F57163B7BA45482750D460CA9AEFDCA4012253D742B8EE5E65` for this version
---
-# The `BasePlus` package, version: `1.42.1`;
+# The `BasePlus` package, version: `1.43.0`;
---
-# The BasePlus package [ver. 1.42.1] ###############################################
+# The BasePlus package [ver. 1.43.0] ###############################################
The **BasePlus** package implements useful
functions and functionalities I miss in the BASE SAS.
@@ -979,6 +979,7 @@ The basic syntax is the following, the `<...>` means optional parameters:
<,varRange=>
<,quote=>
<,mcArray=>
+ <,ignoreCases>
)
~~~~~~~~~~~~~~~~~~~~~~~
@@ -991,7 +992,7 @@ The basic syntax is the following, the `<...>` means optional parameters:
a variables separator on the created list.
* `pattern = .*` - *Optional*, default value `.*` (i.e. any text),
- a variable name regexp pattern, case INSENSITIVE!
+ a variable name regexp pattern, by default case INSENSITIVE!
* `varRange = _all_` - *Optional*, default value `_all_`,
a named range list of variables.
@@ -1012,6 +1013,8 @@ The basic syntax is the following, the `<...>` means optional parameters:
`%put %getVars(..., mcArray=XXX);` will result with
an Explicit & Radical Refuse Of Run (aka ERROR).
+* `ignoreCases=` - *Optional*, default value is 1.
+ Indicates if search should be case insensitive.
### EXAMPLES AND USECASES: ####################################################
@@ -1878,7 +1881,8 @@ The basic syntax is the following, the `<...>` means optional parameters:
<,sep=>
<,pattern=>
<,varRange=>
- <,quote=>
+ <,quote=>
+ <,ignoreCases=>
)
~~~~~~~~~~~~~~~~~~~~~~~
@@ -1899,6 +1903,9 @@ The basic syntax is the following, the `<...>` means optional parameters:
* `quote =` - *Optional*, default value is blank, a quotation
symbol to be used around values.
+* `ignoreCases=` - *Optional*, default value is 1.
+ Indicates if search should be case insensitive.
+
### EXAMPLES AND USECASES: ####################################################
diff --git a/packages/baseplus.zip b/packages/baseplus.zip
index abf1b27..4a93a72 100644
Binary files a/packages/baseplus.zip and b/packages/baseplus.zip differ